google.golang.org/grpc.clientStream.retryThrottler (field)

6 uses

	google.golang.org/grpc (current package)
		stream.go#L342: 		cs.retryThrottler = cc.retryThrottler.Load().(*retryThrottler)
		stream.go#L556: 	retryThrottler *retryThrottler // The throttler active when the RPC began.
		stream.go#L685: 				cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L691: 			cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L710: 	if cs.retryThrottler.throttle() {
		stream.go#L1081: 		cs.retryThrottler.successfulRPC()